Undefined variable: type search►
File: .../Temp/cache/_Nette.FileTemplate/_Warehouse.log.latte-e588fa9b01940953ff233e2d2573d420.php:185
175: <?php echo Nette\Templating\Helpers::escapeHtml($log->getUser()->getUserInfo()->surname, ENT_NOQUOTES) ?></strong></td> 176: <td><span id="lblpoznamka32785"><?php echo Nette\Templating\Helpers::escapeHtml($log->note, ENT_NOQUOTES) ?></a> 177: </span> 178: <input onkeypress="editnow_enter(<?php echo htmlSpecialChars(Nette\Templating\Helpers::escapeJs($log->id)) ?> 179: ,event)" style="display:none" size="60" id="inppoznamka<?php echo htmlSpecialChars($log->id) ?>" type="text"> 180: <select id="inp_sklad_typ<?php echo htmlSpecialChars($log->id) ?>" style="display:none"><option value="sklad" selected="selected">SKLAD</option><option value="bazar">BAZAR</option><option value="rekl">REKLAMACE</option><option value="rekl2">REKLAMACE NA CESTÃ</option><option value="komise">KOMISE</option><option value="recyklace">RECYKLACE</option><option value="vyrobce">U V›ROBCE</option></select> 181: </td> 182: <td style="background:#ddd"> 183: <img src="<?php echo htmlSpecialChars(Nette\Templating\Helpers::safeUrl($basePath)) ?> 184: /images/admin/edit.gif" onclick="editnow(<?php echo htmlSpecialChars(Nette\Templating\Helpers::escapeJs($log->id)) ?>)" style="cursor:pointer"> 185: <a class="ajax" href="<?php echo htmlSpecialChars($_control->link("removeRecord!", array($log->id, $type, $selected))) ?> 186: "><img class="ajax" src="<?php echo htmlSpecialChars(Nette\Templating\Helpers::safeUrl($basePath)) ?>/images/admin/del.gif" style="cursor:pointer"></a></td> 187: </tr> 188: <?php $iterations++; } ?> 189: </tbody>
.../Libs/nette/nette/Nette/Latte/Macros/UIMacros.php:482 source _lb855315b106__products (arguments)
472: { 473: $control->snippetMode = FALSE; 474: $payload = $control->getPresenter()->getPayload(); 475: if (isset($local->blocks)) { 476: foreach ($local->blocks as $name => $function) { 477: if ($name[0] !== '_' || !$control->isControlInvalid(substr($name, 1))) { 478: continue; 479: } 480: ob_start(); 481: $function = reset($function); 482: $snippets = $function($local, $params + array('_snippetMode' => TRUE)); 483: $payload->snippets[$id = $control->getSnippetId(substr($name, 1))] = ob_get_clean(); 484: if ($snippets !== NULL) { // pass FALSE from snippetArea 485: if ($snippets) { 486: $payload->snippets += $snippets;
| $_l | stdClass #79c6 |
|---|---|
| $_args | array (20) |
.../Temp/cache/_Nette.FileTemplate/_templates._layout.latte-786cc06341640e451c266fca802e2c51.php:61 source Nette\Latte\Macros\UIMacros:: renderSnippets (arguments)
51: 52: // template extending and snippets support 53: 54: $_l->extends = empty($template->_extended) && isset($_control) && $_control instanceof Nette\Application\UI\Presenter ? $_control->findLayoutTemplateFile() : NULL; $template->_extended = $_extended = TRUE; 55: 56: 57: if ($_l->extends) { 58: ob_start(); 59: 60: } elseif (!empty($_control->snippetMode)) { 61: return Nette\Latte\Macros\UIMacros::renderSnippets($_control, $_l, get_defined_vars()); 62: } 63: 64: // 65: // main template
| $control | Blacklist\AdminModule\Presenters\WarehousePresenter #2249 |
|---|---|
| $local | stdClass #79c6 |
| $params | array (19) |
.../Libs/nette/nette/Nette/Utils/LimitedScope.php:65 source include (arguments)
55: */ 56: public static function load(/*$file, array $vars = NULL*/) 57: { 58: if (func_num_args() > 1) { 59: if (func_get_arg(1) === TRUE) { 60: return include_once func_get_arg(0); 61: } 62: foreach (func_get_arg(1) as $__k => $__v) $$__k = $__v; 63: unset($__k, $__v); 64: } 65: return include func_get_arg(0); 66: } 67: 68: } 69:
| #0 | "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache/_Nette.FileTemplate/_templates._layout.latte-786cc06341640e451c266fca802e2c51.php" (136)
|
|---|
.../Libs/nette/nette/Nette/Templating/FileTemplate.php:108 source Nette\Utils\LimitedScope:: load (arguments)
98: } 99: 100: $cache->save($this->file, $compiled, array( 101: Caching\Cache::FILES => $this->file, 102: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 103: )); 104: $cached = $cache->load($this->file); 105: } 106: 107: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 108: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 109: } else { 110: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 111: } 112: }
| #0 | "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache/_Nette.FileTemplate/_templates._layout.latte-786cc06341640e451c266fca802e2c51.php" (136)
|
|---|---|
| #1 | array (19) |
.../Temp/cache/_Nette.FileTemplate/_Warehouse.log.latte-e588fa9b01940953ff233e2d2573d420.php:213 source Nette\Templating\FileTemplate-> render ()
203: if ($_l->extends) { 204: ob_start(); 205: 206: } elseif (!empty($_control->snippetMode)) { 207: return Nette\Latte\Macros\UIMacros::renderSnippets($_control, $_l, get_defined_vars()); 208: } 209: 210: // 211: // main template 212: // 213: if ($_l->extends) { ob_end_clean(); return Nette\Latte\Macros\CoreMacros::includeTemplate($_l->extends, get_defined_vars(), $template)->render(); } 214: call_user_func(reset($_l->blocks['content']), $_l, get_defined_vars()) ;
.../Libs/nette/nette/Nette/Utils/LimitedScope.php:65 source include (arguments)
55: */ 56: public static function load(/*$file, array $vars = NULL*/) 57: { 58: if (func_num_args() > 1) { 59: if (func_get_arg(1) === TRUE) { 60: return include_once func_get_arg(0); 61: } 62: foreach (func_get_arg(1) as $__k => $__v) $$__k = $__v; 63: unset($__k, $__v); 64: } 65: return include func_get_arg(0); 66: } 67: 68: } 69:
| #0 | "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache/_Nette.FileTemplate/_Warehouse.log.latte-e588fa9b01940953ff233e2d2573d420.php" (132)
|
|---|
.../Libs/nette/nette/Nette/Templating/FileTemplate.php:108 source Nette\Utils\LimitedScope:: load (arguments)
98: } 99: 100: $cache->save($this->file, $compiled, array( 101: Caching\Cache::FILES => $this->file, 102: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 103: )); 104: $cached = $cache->load($this->file); 105: } 106: 107: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 108: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 109: } else { 110: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 111: } 112: }
| #0 | "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache/_Nette.FileTemplate/_Warehouse.log.latte-e588fa9b01940953ff233e2d2573d420.php" (132)
|
|---|---|
| #1 | array (16) |
.../Libs/nette/nette/Nette/Application/Responses/TextResponse.php:51 source Nette\Templating\FileTemplate-> render ()
41: } 42: 43: 44: /** 45: * Sends response to output. 46: * @return void 47: */ 48: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 49: { 50: if ($this->source instanceof Nette\Templating\ITemplate) { 51: $this->source->render(); 52: 53: } else { 54: echo $this->source; 55: }
.../Libs/nette/nette/Nette/Application/UI/Presenter.php:226 source Nette\Application\Responses\TextResponse-> send (arguments)
216: 217: // finish template rendering 218: $this->sendTemplate(); 219: 220: } catch (Application\AbortException $e) { 221: // continue with shutting down 222: if ($this->isAjax()) try { 223: $hasPayload = (array) $this->payload; unset($hasPayload['state']); 224: if ($this->response instanceof Responses\TextResponse && $this->isControlInvalid()) { // snippets - TODO 225: $this->snippetMode = TRUE; 226: $this->response->send($this->httpRequest, $this->httpResponse); 227: $this->sendPayload(); 228: 229: } elseif (!$this->response && $hasPayload) { // back compatibility for use terminate() instead of sendPayload() 230: $this->sendPayload();
| $httpRequest | Nette\Http\Request #cc33 |
|---|---|
| $httpResponse | Nette\Http\Response #39f0 |
.../Libs/nette/nette/Nette/Application/Application.php:149 source Nette\Application\UI\Presenter-> run (arguments)
139: { 140: if (count($this->requests) > self::$maxLoop) { 141: throw new ApplicationException('Too many loops detected in application life cycle.'); 142: } 143: 144: $this->requests[] = $request; 145: $this->onRequest($this, $request); 146: 147: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run($request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $this->processRequest($response->getRequest()); 153:
| $request | Nette\Application\Request #bb26 |
|---|
.../Libs/nette/nette/Nette/Application/Application.php:88 source Nette\Application\Application-> processRequest (arguments)
78: 79: 80: /** 81: * Dispatch a HTTP request to a front controller. 82: * @return void 83: */ 84: public function run() 85: { 86: try { 87: $this->onStartup($this); 88: $this->processRequest($this->createInitialRequest()); 89: $this->onShutdown($this); 90: 91: } catch (\Exception $e) { 92: $this->onError($this, $e);
| $request | Nette\Application\Request #bb26 |
|---|
.../www/index.php:8 source Nette\Application\Application-> run ()
1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require '.maintenance.php'; 5: 6: $container = require __DIR__ . '/../Blacklist/bootstrap.php'; 7: 8: $container->getService('application')->run(); 9:
| $_l | stdClass #79c6 |
|---|---|
| $_args | array (20) |
| $__k | "_snippetMode" (12)
|
| $__v | TRUE
|
| $_control | Blacklist\AdminModule\Presenters\WarehousePresenter #2249 |
| $control | Blacklist\AdminModule\Presenters\WarehousePresenter #2249 |
| $_presenter | Blacklist\AdminModule\Presenters\WarehousePresenter #2249 |
| $presenter | Blacklist\AdminModule\Presenters\WarehousePresenter #2249 |
| $user | Nette\Security\User #036a |
| $netteHttpResponse | Nette\Http\Response #39f0 |
| $netteCacheStorage | Nette\Caching\Storages\FileStorage #48eb |
| $baseUrl | "http://localhost/eshop/www" (26)
|
| $baseUri | "http://localhost/eshop/www" (26)
|
| $basePath | "/eshop/www" (10)
|
| $flashes | array ()
|
| $logs | array (3) |
| $selected | "2"
|
| $codes | array (19) |
| $users | array (3) |
| $template | Nette\Templating\FileTemplate #bf59 |
| $_g | stdClass #bc81 |
| $_extended | TRUE
|
| $_snippetMode | TRUE
|
| $iterations | 0
|
| $code | Blacklist\Object\WarehouseObject #4130 |
| $u | Blacklist\Object\UserObject #9ec1 |
| $log | Blacklist\Object\WarehouseLog #23f5 |
array (1)0 => Nette\Application\Request #bb26| method private => "GET" (3) | flags private => array (1)| | secured => FALSE| name private => "Admin:Warehouse" (15) | params private => array (5)| | action => "log" (3) | | id => NULL | | state => "bazar" (5) | | index => "2" | | do => "changeState" (11)| post private => array () | files private => array ()
Blacklist\AdminModule\Presenters\WarehousePresenter #2249database private => Nette\Database\Context #0722| connection private => Nette\Database\Connection #5c8cwerehouse private => "bazar" (5) selected private => "2" timearray private => array (8)| | onConnect => NULL | | onQuery => array (1)| reflection private => Nette\Database\Reflection\DiscoveredReflection #0349| | | 0 => array (2) [ ... ]| | params private => array (3)| | | 0 => "mysql:host=127.0.0.1;dbname=eshop" (33) | | | 1 => "root" (4) | | | 2 => NULL| | options private => array (1)| | | lazy => TRUE| | driver private => Nette\Database\Drivers\MySqlDriver #65bf| | | connection private => Nette\Database\Connection #5c8c { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor #1bd5| | | connection private => Nette\Database\Connection #5c8c { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver #65bf { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]| | context private => Nette\Database\Context #0722 { RECURSION } | | pdo private => PDO #aa97| | connection protected => Nette\Database\Connection #5c8c| cacheStorage private => Nette\Caching\Storages\FileStorage #48eb| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #65bf { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #1bd5 { ... } | | | context private => Nette\Database\Context #0722 { RECURSION } | | | pdo private => PDO #aa97| | cache protected => Nette\Caching\Cache #ee7c| | | storage private => Nette\Caching\Storages\FileStorage #48eb { ... } | | | namespace private => "Nette.Database.117b217c9e1549fa617028e9112cd106\x00" (48) | | | key private => NULL | | | data private => NULL| | structure protected => array (1)| | | primary => array (27) [ ... ]| | loadedStructure protected => array (1)| | | primary => array (27) [ ... ]| | dir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache" (54) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #bc43| preprocessor private => NULL| | | file private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/../Temp/btfj.dat" (70) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => NULL| 0 => "nehlídat" (9) | 14 => "14 dnů" (7) | 31 => "1 měsíc" (9) | 62 => "2 měsíce" (10) | 93 => "3 měsíce" (10) | 124 => "4 měsíce" (10) | 155 => "5 měsíců" (11) | 186 => "6 měsíců" (11)invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #bb26| method private => "GET" (3) | flags private => array (1)response private => Nette\Application\Responses\TextResponse #6cda| | secured => FALSE| name private => "Admin:Warehouse" (15) | params private => array (5)| | action => "log" (3) | | id => NULL | | state => "bazar" (5) | | index => "2" | | do => "changeState" (11)| post private => array () | files private => array ()| source private => Nette\Templating\FileTemplate #5b5bautoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => array () globalStateSinces private => array () action private => "log" (3) view private => "log" (3) layout private => NULL payload private => stdClass #662d| | file private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/AdminModule/templates/Warehouse/log.latte" (95) | | onPrepareFilters => array (1)| | | 0 => Closure #1a12| | source private => NULL | | params private => array (18)| | | | file => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/Control.php" (93) | | | | line => 94 | | | | variables => array () | | | | parameters => "$template" (9)| | | _control => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | | control => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | | _presenter => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | | presenter => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | | user => Nette\Security\User #036a { ... } | | | netteHttpResponse => Nette\Http\Response #39f0 { ... } | | | netteCacheStorage => Nette\Caching\Storages\FileStorage #48eb { ... } | | | baseUrl => "http://localhost/eshop/www" (26) | | | baseUri => "http://localhost/eshop/www" (26) | | | basePath => "/eshop/www" (10) | | | flashes => array () | | | logs => array (3) [ ... ] | | | selected => "2" | | | codes => array (19) [ ... ] | | | users => array (3) [ ... ] | | | template => Nette\Templating\FileTemplate #5b5b { RECURSION } | | | _g => stdClass #bc81 | | | _extended => TRUE| | filters private => array (1)| | | 0 => Nette\Latte\Engine #301f { ... }| | helpers private => array () | | helperLoaders private => array (1)| | | 0 => "Nette\Templating\Helpers::loader" (32)| | cacheStorage private => Nette\Caching\Storages\PhpFileStorage #80da| | | hint => "/templates/@layout.latte" (24) | | | dir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache" (54) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #bc43 { ... } | | | locks private => array ()| state => array ()signalReceiver private => "" signal private => NULL ajaxMode private => TRUE startupCheck private => TRUE lastCreatedRequest private => Nette\Application\Request #9832| method private => "FORWARD" (7) | flags private => array () | name private => "Admin:Warehouse" (15) | params private => array (2)lastCreatedRequestFlag private => array (1)| | action => "log" (3) | | do => "filterLogByProduct" (18)| post private => array () | files private => array ()| current => FALSEcontext private => SystemContainer #41b6| meta protected => array (1)application private => Nette\Application\Application #446d| | types => array (30)| parameters => array (8)| | | "nette\object" => array (18) [ ... ] | | | "nette\di\extensions\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "blacklist\model\security\adminauthenticator" => array (1) [ ... ] | | | "blacklist\routerfactory" => array (1) [ ... ] | | | "nette\security\iauthorizator" => array (1) [ ... ] | | | "nette\security\permission" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]| | appDir => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist" (53) | | wwwDir => "/Applications/XAMPP/xamppfiles/htdocs/eshop/www" (47) | | debugMode => TRUE | | productionMode => FALSE | | environment => "development" (11) | | consoleMode => FALSE | | container => array (3)| registry private => array (19)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/../Temp" (61)| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #21fd| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #cc33| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #e88e { ... } | | | query private => array (3) [ ... ] | | | post private => array () | | | files private => array () | | | cookies private => array (2) [ ... ] | | | headers private => array (9) [ ... ] | | | remoteAddress private => "::1" (3) | | | remoteHost private => NULL| | httpResponse => Nette\Http\Response #39f0| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | session => Nette\Http\Session #dd97| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #cc33 { ... } | | | response private => Nette\Http\Response #39f0 { ... }| | "nette.presenterFactory" => Nette\Application\PresenterFactory #2a7c| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist" (53) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #41b6 { RECURSION }| | 23_Blacklist_RouterFactory => Blacklist\RouterFactory #3e36 | | router => Nette\Application\Routers\RouteList #e5c6| | | cachedRoutes private => array (2) [ ... ] | | | module private => "" | | | list private => array (3) [ ... ]| | application => Nette\Application\Application #446d| | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | | httpRequest private => Nette\Http\Request #cc33 { ... } | | | httpResponse private => Nette\Http\Response #39f0 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #2a7c { ... } | | | router private => Nette\Application\Routers\RouteList #e5c6 { ... }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #bc43| | | file private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/../Temp/btfj.dat" (70) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | cacheStorage => Nette\Caching\Storages\FileStorage #48eb| | | dir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache" (54) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #bc43 { ... } | | | locks private => NULL| | "nette.database.default" => Nette\Database\Connection #5c8c| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #65bf { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #1bd5 { ... } | | | context private => Nette\Database\Context #0722 { ... } | | | pdo private => PDO #aa97| | "nette.database.default.context" => Nette\Database\Context #0722| | | connection private => Nette\Database\Connection #5c8c { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #0349 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #48eb { ... } | | | preprocessor private => NULL| | container => SystemContainer #41b6 { RECURSION } | | "nette.httpContext" => Nette\Http\Context #222e| | | request private => Nette\Http\Request #cc33 { ... } | | | response private => Nette\Http\Response #39f0 { ... }| | "nette.userStorage" => Nette\Http\UserStorage #cb26| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #dd97 { ... } | | | sessionSection private => Nette\Http\SessionSection #3827 { ... }| | 22_Blacklist_Model_Security_AdminAuthenticator => Blacklist\Model\Security\AdminAuthenticator #a977| | | database private => Nette\Database\Context #0722 { ... }| | authorizator => Nette\Security\Permission #8458| | | roles private => array (4) [ ... ] | | | resources private => array (14) [ ... ] | | | rules private => array (2) [ ... ] | | | queriedRole private => NULL | | | queriedResource private => NULL| | user => Nette\Security\User #036a| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #cb26 { ... } | | | authenticator private => Blacklist\Model\Security\AdminAuthenticator #a977 { ... } | | | authorizator private => Nette\Security\Permission #8458 { ... }| | "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage #80da| | | hint => "/templates/@layout.latte" (24) | | | dir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache" (54) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #bc43 { ... } | | | locks private => array ()| catchExceptions => FALSE | errorPresenter => "Error" (5) | onStartup => NULL | onShutdown => NULL | onRequest => NULL | onPresenter => NULL | onResponse => NULL | onError => NULL | requests private => array (1)httpContext private => Nette\Http\Context #222e| | 0 => Nette\Application\Request #bb26| presenter private => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | httpRequest private => Nette\Http\Request #cc33| | | method private => "GET" (3) | | | flags private => array (1) [ ... ] | | | name private => "Admin:Warehouse" (15) | | | params private => array (5) [ ... ] | | | post private => array () | | | files private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #e88e| httpResponse private => Nette\Http\Response #39f0| | | scriptPath private => "/eshop/www/" (11) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/eshop/www/admin/warehouse/log/" (31) | | | query private => "state=bazar&index=2&do=changeState" (34) | | | fragment private => ""| | query private => array (3)| | | state => "bazar" (5) | | | index => "2" | | | do => "changeState" (11)| | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "b0bika5op4tuq80kbaa90vg1j5" (26) | | | "nette-browser" => "ra0cwals5i" (10)| | headers private => array (9)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | accept => "*/*" (3) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (120) | | | referer => "http://localhost/eshop/www/admin/warehouse/log/" (47) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | | cookie => "PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i" (62)| | remoteAddress private => "::1" (3) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| presenterFactory private => Nette\Application\PresenterFactory #2a7c| | caseSensitive => FALSE | | mapping private => array (2)| router private => Nette\Application\Routers\RouteList #e5c6| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ]| | baseDir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist" (53) | | cache private => array (1)| | | "Admin:Warehouse" => array (2) [ ... ]| | container private => SystemContainer #41b6| | | meta protected => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (19) [ ... ] | | | creating private => array ()| | cachedRoutes private => array (2)| | | "*" => array (2) [ ... ] | | | "admin:auth" => array (3) [ ... ]| | module private => "" | | list private => array (3)| | | 0 => Nette\Application\Routers\Route #9b76 { ... } | | | 1 => Nette\Application\Routers\Route #be2a { ... } | | | 2 => Nette\Application\Routers\Route #557a { ... }| request private => Nette\Http\Request #cc33httpRequest private => Nette\Http\Request #cc33| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #e88e| response private => Nette\Http\Response #39f0| | | scriptPath private => "/eshop/www/" (11) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/eshop/www/admin/warehouse/log/" (31) | | | query private => "state=bazar&index=2&do=changeState" (34) | | | fragment private => ""| | query private => array (3)| | | state => "bazar" (5) | | | index => "2" | | | do => "changeState" (11)| | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "b0bika5op4tuq80kbaa90vg1j5" (26) | | | "nette-browser" => "ra0cwals5i" (10)| | headers private => array (9)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | accept => "*/*" (3) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (120) | | | referer => "http://localhost/eshop/www/admin/warehouse/log/" (47) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | | cookie => "PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i" (62)| | remoteAddress private => "::1" (3) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| method private => "GET" (3) | url private => Nette\Http\UrlScript #e88ehttpResponse private => Nette\Http\Response #39f0| | scriptPath private => "/eshop/www/" (11) | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "localhost" (9) | | port private => 80 | | path private => "/eshop/www/admin/warehouse/log/" (31) | | query private => "state=bazar&index=2&do=changeState" (34) | | fragment private => ""| query private => array (3)| | state => "bazar" (5) | | index => "2" | | do => "changeState" (11)| post private => array () | files private => array () | cookies private => array (2)| | PHPSESSID => "b0bika5op4tuq80kbaa90vg1j5" (26) | | "nette-browser" => "ra0cwals5i" (10)| headers private => array (9)| | host => "localhost" (9) | | connection => "keep-alive" (10) | | accept => "*/*" (3) | | "x-requested-with" => "XMLHttpRequest" (14) | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (120) | | referer => "http://localhost/eshop/www/admin/warehouse/log/" (47) | | "accept-encoding" => "gzip,deflate,sdch" (17) | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | cookie => "PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i" (62)| remoteAddress private => "::1" (3) | remoteHost private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | code private => 200session private => Nette\Http\Session #dd97| regenerated private => NULL | options private => array (14)user private => Nette\Security\User #036a| | gc_maxlifetime => 1209600 | | cookie_lifetime => 1209600 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request #cc33| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #e88e| response private => Nette\Http\Response #39f0| | | scriptPath private => "/eshop/www/" (11) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/eshop/www/admin/warehouse/log/" (31) | | | query private => "state=bazar&index=2&do=changeState" (34) | | | fragment private => ""| | query private => array (3)| | | state => "bazar" (5) | | | index => "2" | | | do => "changeState" (11)| | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "b0bika5op4tuq80kbaa90vg1j5" (26) | | | "nette-browser" => "ra0cwals5i" (10)| | headers private => array (9)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | accept => "*/*" (3) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (120) | | | referer => "http://localhost/eshop/www/admin/warehouse/log/" (47) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | | cookie => "PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i" (62)| | remoteAddress private => "::1" (3) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #cb26template private => Nette\Templating\FileTemplate #5b5b| | namespace private => "" | | sessionHandler private => Nette\Http\Session #dd97| authenticator private => Blacklist\Model\Security\AdminAuthenticator #a977| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #cc33 { ... } | | | response private => Nette\Http\Response #39f0 { ... }| | sessionSection private => Nette\Http\SessionSection #3827| | | session private => Nette\Http\Session #dd97 { ... } | | | name private => "Nette.Http.UserStorage/" (23) | | | data private => array (9) [ ... ] | | | meta private => array (2) [ ... ] | | | warnOnUndefined => FALSE| | database private => Nette\Database\Context #0722| authorizator private => Nette\Security\Permission #8458| | | connection private => Nette\Database\Connection #5c8c { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #0349 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #48eb { ... } | | | preprocessor private => NULL| | roles private => array (4)| | | guest => array (2) [ ... ] | | | member => array (2) [ ... ] | | | editor => array (2) [ ... ] | | | admin => array (2) [ ... ]| | resources private => array (14)| | | "Admin:Page" => array (2) [ ... ] | | | "Admin:Article" => array (2) [ ... ] | | | "Admin:Menu" => array (2) [ ... ] | | | "Admin:User" => array (2) [ ... ] | | | "Admin:Module" => array (2) [ ... ] | | | "Admin:Settings" => array (2) [ ... ] | | | "Admin:Category" => array (2) [ ... ] | | | "Admin:Product" => array (2) [ ... ] | | | "Admin:Task" => array (2) [ ... ] | | | "Admin:Panel" => array (2) [ ... ] | | | "Admin:Order" => array (2) [ ... ] | | | "Admin:Dealer" => array (2) [ ... ] | | | "Admin:Warehouse" => array (2) [ ... ] | | | "Admin:Language" => array (2) [ ... ]| | rules private => array (2)| | | allResources => array (2) [ ... ] | | | byResource => array (4) [ ... ]| | queriedRole private => NULL | | queriedResource private => NULL| file private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/AdminModule/templates/Warehouse/log.latte" (95) | onPrepareFilters => array (1)invalidSnippets private => array () snippetMode => FALSE params protected => array (5)| | 0 => Closure #1a12| source private => NULL | params private => array (18)| | | file => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/Control.php" (93) | | | line => 94 | | | variables => array () | | | parameters => "$template" (9)| | _control => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | control => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | _presenter => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | presenter => Blacklist\AdminModule\Presenters\WarehousePresenter #2249 { RECURSION } | | user => Nette\Security\User #036a| filters private => array (1)| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #cb26 { ... } | | | authenticator private => Blacklist\Model\Security\AdminAuthenticator #a977 { ... } | | | authorizator private => Nette\Security\Permission #8458 { ... }| | netteHttpResponse => Nette\Http\Response #39f0| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\FileStorage #48eb| | | dir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache" (54) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #bc43 { ... } | | | locks private => NULL| | baseUrl => "http://localhost/eshop/www" (26) | | baseUri => "http://localhost/eshop/www" (26) | | basePath => "/eshop/www" (10) | | flashes => array () | | logs => array (3)| | | 0 => Blacklist\Object\WarehouseLog #23f5 { ... } | | | 1 => Blacklist\Object\WarehouseLog #6fe7 { ... } | | | 2 => Blacklist\Object\WarehouseLog #094d { ... }| | selected => "2" | | codes => array (19)| | | 0 => Blacklist\Object\WarehouseObject #5e29 { ... } | | | 1 => Blacklist\Object\WarehouseObject #b189 { ... } | | | 2 => Blacklist\Object\WarehouseObject #0758 { ... } | | | 3 => Blacklist\Object\WarehouseObject #972e { ... } | | | 4 => Blacklist\Object\WarehouseObject #fb25 { ... } | | | 5 => Blacklist\Object\WarehouseObject #a7c8 { ... } | | | 6 => Blacklist\Object\WarehouseObject #c8f1 { ... } | | | 7 => Blacklist\Object\WarehouseObject #74cd { ... } | | | 8 => Blacklist\Object\WarehouseObject #6d6d { ... } | | | 9 => Blacklist\Object\WarehouseObject #4ef5 { ... } | | | 10 => Blacklist\Object\WarehouseObject #68b7 { ... } | | | 11 => Blacklist\Object\WarehouseObject #d7d1 { ... } | | | 12 => Blacklist\Object\WarehouseObject #f541 { ... } | | | 13 => Blacklist\Object\WarehouseObject #356f { ... } | | | 14 => Blacklist\Object\WarehouseObject #86c9 { ... } | | | 15 => Blacklist\Object\WarehouseObject #f309 { ... } | | | 16 => Blacklist\Object\WarehouseObject #de78 { ... } | | | 17 => Blacklist\Object\WarehouseObject #6460 { ... } | | | 18 => Blacklist\Object\WarehouseObject #4130 { ... }| | users => array (3)| | | 0 => Blacklist\Object\UserObject #b66a { ... } | | | 1 => Blacklist\Object\UserObject #6f73 { ... } | | | 2 => Blacklist\Object\UserObject #9ec1 { ... }| | template => Nette\Templating\FileTemplate #5b5b { RECURSION } | | _g => stdClass #bc81 | | _extended => TRUE| | 0 => Nette\Latte\Engine #301f| helpers private => array () | helperLoaders private => array (1)| | | parser private => Nette\Latte\Parser #0f35 { ... } | | | compiler private => Nette\Latte\Compiler #fc3c { ... }| | 0 => "Nette\Templating\Helpers::loader" (32)| cacheStorage private => Nette\Caching\Storages\PhpFileStorage #80da| | hint => "/templates/@layout.latte" (24) | | dir private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache" (54) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #bc43| | | file private => "/Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/../Temp/btfj.dat" (70) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | locks private => array ()| action => "log" (3) | id => NULL | state => "bazar" (5) | index => "2" | do => "changeState" (11)components private => array () cloning private => NULL parent private => NULL name private => "Admin:Warehouse" (15) monitors private => array ()
| REDIRECT_UNIQUE_ID | "U79IO15KwIQAABGNxmoAAAAE" (24)
|
|---|---|
| REDIRECT_STATUS | "200" (3)
|
| UNIQUE_ID | "U79IO15KwIQAABGNxmoAAAAE" (24)
|
| HTTP_HOST | "localhost" (9)
|
| HTTP_CONNECTION | "keep-alive" (10)
|
| HTTP_ACCEPT | "*/*" (3)
|
| HTTP_X_REQUESTED_WITH | "XMLHttpRequest" (14)
|
| HTTP_USER_AGENT | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" (120)
|
| HTTP_REFERER | "http://localhost/eshop/www/admin/warehouse/log/" (47)
|
| HTTP_ACCEPT_ENCODING | "gzip,deflate,sdch" (17)
|
| HTTP_ACCEPT_LANGUAGE | "cs-CZ,cs;q=0.8" (14)
|
| HTTP_COOKIE | "PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i" (62)
|
| PATH | "/sbin:/usr/sbin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin" (61)
|
| DYLD_LIBRARY_PATH | "/Applications/XAMPP/xamppfiles/lib:/Applications/XAMPP/xamppfiles/lib" (69)
|
| SERVER_SIGNATURE | ""
|
| SERVER_SOFTWARE | "Apache/2.4.9 (Unix) PHP/5.5.11 OpenSSL/1.0.1g mod_perl/2.0.8-dev Perl/v5.16.3" (77)
|
| SERVER_NAME | "localhost" (9)
|
| SERVER_ADDR | "::1" (3)
|
| SERVER_PORT | "80" (2)
|
| REMOTE_ADDR | "::1" (3)
|
| DOCUMENT_ROOT | "/Applications/XAMPP/xamppfiles/htdocs" (37)
|
| REQUEST_SCHEME | "http" (4)
|
| CONTEXT_PREFIX | ""
|
| CONTEXT_DOCUMENT_ROOT | "/Applications/XAMPP/xamppfiles/htdocs" (37)
|
| SERVER_ADMIN | "you@example.com" (15)
|
| SCRIPT_FILENAME | "/Applications/XAMPP/xamppfiles/htdocs/eshop/www/index.php" (57)
|
| REMOTE_PORT | "55857" (5)
|
| REDIRECT_QUERY_STRING | "state=bazar&index=2&do=changeState" (34)
|
| REDIRECT_URL | "/eshop/www/admin/warehouse/log/" (31)
|
| GATEWAY_INTERFACE | "CGI/1.1" (7)
|
| SERVER_PROTOCOL | "HTTP/1.1" (8)
|
| REQUEST_METHOD | "GET" (3)
|
| QUERY_STRING | "state=bazar&index=2&do=changeState" (34)
|
| REQUEST_URI | "/eshop/www/admin/warehouse/log/?state=bazar&index=2&do=changeState" (66)
|
| SCRIPT_NAME | "/eshop/www/index.php" (20)
|
| PHP_SELF | "/eshop/www/index.php" (20)
|
| REQUEST_TIME_FLOAT | 1405044795.631
|
| REQUEST_TIME | 1405044795
|
| __NF | Nette Session |
|---|
| cart | array (1) |
|---|---|
| Nette.Http.UserStorage/ | array (9) |
| ART_TITLE_LABEL | "Titulek:" (8)
|
|---|---|
| ART_TITLE_REQ | "Zadejte prosím titulek článku, toto pole je povinné." (56)
|
| ART_TITLE_RULE_MIN_LENGTH | "Titulek článku musí obsahovat minimálně 5 znaků." (54)
|
| ART_TITLE_RULE_MAX_LENGTH | "Titulek článku musí obsahovat maximálně 50 znaků." (55)
|
| ART_LINK_LABEL | "Url adresa:" (11)
|
| ART_LINK_REQ | "Zadejte prosím url adresu článku, pole je povinné." (54)
|
| ART_LINK_RULE_MIN_LENGTH | "URL adresa musí obsahovat minimálně 5 znaků." (48)
|
| ART_LINK_RULE_MAX_LENGTH | "URL adresa musí obsahovat maximálně 50 znaků" (48)
|
| ART_CATEGORY_LABEL | "Kategorie:" (10)
|
| ART_DESCRIPTION_LABEL | "Krátký popisek tohoto článku:" (33)
|
| ART_CONTENT_LABEL | "Obsah tohoto článku:" (22)
|
| ART_IMAGE_LABEL | "Obrázek článku:" (18)
|
| ART_IMAGE_RULE_IMAGE | "Můžete nahrát pouze obrázek (JPEG, PNG nebo GIF)." (53)
|
| ART_IMAGE_RULE_SIZE | "Maximalní velikost obrázku pro článek je 500 kB." (52)
|
| ART_ENABLE_SCORE_LABEL | "Povolit hodnocení?" (19)
|
| ART_ENABLE_VIEWS_LABEL | "Povolit počitání shlédnutí?" (32)
|
| ART_ENABLE_COMMENTS_LABEL | "Povolit komentáře?" (20)
|
| ART_VISIBLE_LABEL | "Publikovat?" (11)
|
| ART_SUBMIT_VALUE_ADD | "Přidat článek!" (17)
|
| ART_SUBMIT_VALUE_EDIT | "Editovat článek!" (18)
|
| CTG_NAME_LABEL | "Název kategorie:" (17)
|
| CTG_NAME_REQ | "Zadejte prosím název kategorie, je to povinné." (49)
|
| CTG_NAME_MIN_LENGTH | "Název musí obsahovat minimálně 5 znaků." (44)
|
| CTG_NAME_MAX_LENGTH | "Název musí obsahovat maximálně 50 znaků." (45)
|
| CTG_DESCRIPTION_LABEL | "Krátký popis kategorie:" (25)
|
| CTG_VISIBLE_LABEL | "Aktivní" (8)
|
| CTG_SUBMIT_VALUE_ADD | "Vytvořit kategorii!" (20)
|
| CTG_SUBMIT_VALUE_EDIT | "Editovat kategorii!" (19)
|
| CMNT_CONTENT_LABEL | "Obsah komentáře:" (18)
|
| CMNT_CONTENT_REQ | "Nemůžete odeslat prázdnou zprávu." (37)
|
| CMNT_SUBMIT_VALUE_ADD | "Odeslat komentář!" (19)
|
| CMNT_SUBMIT_VALUE_EDIT | "Upravit komentář" (18)
|
| MENU_NAME_LABEL | "Název menu:" (12)
|
| MENU_NAME_REQ | "Název menu musí být vyplněn, učiňte tak prosím." (54)
|
| MENU_NAME_MIN_LENGTH | "Název musí obsahovat minimálně 4 znaky." (43)
|
| MENU_NAME_MAX_LENGTH | "Název musí obsahovat maximálně 40 znaků" (44)
|
| MENU_URL_LABEL | "Url adresa:" (11)
|
| MENU_URL_REQ | "Url adresa musí být vyplněna. Prosím doplňte ji." (53)
|
| MENU_URL_MIN_LENGTH | "Url adresa musí obsahovat minimálně 4 znaky." (47)
|
| MENU_URL_MAX_LENGTH | "Url adresa musí obsahovat maximálně 40 znaků." (49)
|
| MENU_DESCRIPTION_LABEL | "Krátký popisek menu:" (22)
|
| MENU_IMAGE_LABEL | "Obrázek:" (9)
|
| MENU_IMAGE_RULE_IMAGE | "Obrázek musí být ve formátu (JPEG, PNG nebo GIF)." (53)
|
| MENU_IMAGE_RULE_SIZE | "Velikost obrázku musí být maximálně 80kB." (46)
|
| MENU_VISIBILITY_LABEL | "Zobrazovat menu" (15)
|
| MENU_PARENT_LABEL | "Otec:" (5)
|
| MENU_NO_PARENT | "Žádný" (8)
|
| MENU_SUBMIT_VALUE_ADD | "Přidat menu" (12)
|
| MENU_SUBMIT_VALUE_EDIT | "Upravit menu" (12)
|
| PAGE_TITLE_LABEL | "Titulek stránky:" (17)
|
| PAGE_TITLE_REQ | "Titulek stránky musí být vyplněn." (37)
|
| PAGE_TITLE_MIN_LENGTH | "Titulek musí obsahovat minimálně 4 znaky." (44)
|
| PAGE_TITLE_MAX_LENGTH | "Titulek musí obsahovat maximálně 50 znaků." (46)
|
| PAGE_URL_LABEL | "Url:" (4)
|
| PAGE_URL_REQ | "Url adresa musí být vyplněna." (32)
|
| PAGE_URL_MIN_LENGTH | "Adresa musí obsahovat minimálně 4 znaky." (43)
|
| PAGE_URL_MAX_LENGTH | "Adresa musí obsahovat maximálně 50 znaků." (45)
|
| PAGE_CATEGORY_LABEL | "Kategorie:" (10)
|
| PAGE_DESCRIPTION_LABEL | "Krátký popis stránky:" (24)
|
| PAGE_CONTENT_LABEL | "Obsah stránky:" (15)
|
| PAGE_VISIBILITY_LABEL | "Publikovat stránku" (19)
|
| PAGE_ENABLE_VIEWS_LABEL | "Povolit počitání shlédnutí na stránce." (44)
|
| PAGE_ENABLE_SCORE_LABEL | "Povolit hodnocení na stránce." (31)
|
| PAGE_ENABLE_COMMENTS_LABEL | "Povolit komentáře na stránce." (32)
|
| PAGE_SUBMIT_VALUE_ADD | "Přidat stránku!" (17)
|
| PAGE_SUBMIT_VALUE_EDIT | "Uložit změny!" (15)
|
| USER_ACC_LABEL | "Uživatelské jméno:" (21)
|
| USER_ACC_REQ | "Prosím vyplňte uživatelské jméno." (38)
|
| USER_ACC_MIN_LENGTH | "Délka účtu musí obsahovat minimálně 6 znaků." (51)
|
| USER_ACC_MAX_LENGTH | "Délka účtu musí obsahovat maximálně 30 znaků." (52)
|
| USER_ACC_LOGIN_LABEL | "Učet:" (6)
|
| USER_PASS_LOGIN_LABEL | "Heslo:" (6)
|
| USER_PASS1_LABEL | "Zvolte si heslo:" (16)
|
| USER_PASS1_REQ | "Prosím, vyplňte heslo." (24)
|
| USER_PASS1_MIN_LENGTH | "Heslo musí obsahovat minimálně 6 znaků." (43)
|
| USER_PASS1_MAX_LENGTH | "Heslo musí obsahovat maximálně 30 znakl." (43)
|
| USER_PASS2_LABEL | "Znovu heslo pro kontrolu:" (25)
|
| USER_PASS2_REQ | "Prosím, vyplňte heslo pro kontrolu." (37)
|
| USER_PASS2_MIN_LENGTH | "Heslo musí obsahovat minimálně 6 znaků." (43)
|
| USER_PASS2_MAX_LENGTH | "Heslo musí obsahovat maximálně 30 znaků." (44)
|
| USER_EMAIL_LABEL | "Vaše e-mailová adresa:" (24)
|
| USER_EMAIL_REQ | "Prosím, vyplňte e-mailovou adresu." (36)
|
| USER_USERNAME_LABEL | "Jméno:" (7)
|
| USER_USERNAME_REQ | "Políčko se jménem musí být vyplněné." (43)
|
| USER_USERNAME_MIN_LENGTH | "Minimální velikost jména musí být alespoň 2 znaky." (56)
|
| USER_USERNAME_MAX_LENGTH | "Jméno musí být menší než-li 40 znaků." (44)
|
| USER_SURNAME_LABEL | "Příjmení:" (12)
|
| USER_SURNAME_REQ | "Políčko s příjmením musí být vyplněné." (47)
|
| USER_SURNAME_MIN_LENGTH | "Minimální velikost příjmení musí být alespoň 2 znaky." (61)
|
| USER_SURNAME_MAX_LENGTH | "Jméno musí být menší než-li 40 znaků." (44)
|
| USER_BIRTHDAY_LABEL | "Datum narození:" (16)
|
| USER_BIRTHDAY_REQ | "Datum narození musí být vyplněn." (36)
|
| USER_FACEBOOK_LABEL | "Účet na facebooku:" (20)
|
| USER_SKYPE_LABEL | "Účet na skype:" (16)
|
| USER_REGISTRATION_SUBMIT | "Registrovat!" (12)
|
| USER_LOGIN_SUBMIT | "Přihlásit se!" (15)
|
| USER_PROFILE_SUBMIT | "Uložit změny" (14)
|
| MSG_USER_REGISTRATION_SUCCESS | "Váš účet byl úspěšně registrován." (42)
|
| MSG_USER_LOGIN_SUCCESS | "Byl jste úspěšně přihlášen." (34)
|
| MSG_USER_PROFILE_SUCCESS | "Váš účet byl úspěšně editován." (39)
|
| MSG_USER_LOGIN_TIMEOUT | "Čas na přihlášení vypršel, zkuste to znovu." (49)
|
| MSG_USER_LOGIN_NO_USER | "Učet s tímto jménem neexistuje!" (34)
|
| MSG_USER_LOGIN_NO_PASSWORD | "Vaše heslo se neshoduje!" (25)
|
| MSG_NEW_PAGE_SUCCESS | "Vlastní stránka byla úspěšně vytvořena!" (46)
|
| MSG_NEW_MENU_SUCCESS | "Menu bylo úspěšně přidáno." (32)
|
| /Applications/XAMPP/xamppfiles/htdocs/eshop/www/index.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/bootstrap.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/autoload.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/composer/autoload_real.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/composer/ClassLoader.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/composer/autoload_namespaces.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/composer/autoload_psr4.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/composer/autoload_classmap.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/composer/autoload_files.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/shortcuts.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/Configurator.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/Object.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/DI/CompilerExtension.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/DI/Compiler.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Config/languages/czech/loader.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Config/languages/czech/forms.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Config/languages/czech/messages.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/Debugger.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/Dumper.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/Bar.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/BlueScreen.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/DefaultBarPanel.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/IBarPanel.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/FireLogger.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/Helpers.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/Logger.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/Html.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/Strings.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Loaders/RobotLoader.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Caching/Storages/FileStorage.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Caching/IStorage.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Caching/Cache.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Caching/Storages/PhpFileStorage.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache/_Nette.Configurator/_-abb45788f1a465bb15821c765b7e3ab6.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/DI/Container.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Reflection/ClassType.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Reflection/Method.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/Session.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/RequestFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/UrlScript.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/Url.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/ObjectMixin.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/Request.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/IRequest.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/Response.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/IResponse.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/DateTime.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Orders/Cart.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Orders/CartProductObject.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/Identity.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/IIdentity.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Reflection/AnnotationsParser.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/SafeStream.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/Environment.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/Application.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/PresenterFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/IPresenterFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/security/RouterFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/Routers/RouteList.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/ArrayList.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/IRouter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/Routers/Route.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/Diagnostics/RoutingPanel.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/Request.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/AdminModule/presenters/WarehousePresenter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/AdminModule/presenters/BasePresenter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/Presenter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/Control.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/PresenterComponent.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/ComponentModel/Container.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/ComponentModel/Component.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/ComponentModel/IComponent.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/ComponentModel/IContainer.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/ISignalReceiver.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/IStatePersistent.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/IRenderable.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/IPresenter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/DI/Helpers.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Reflection/Parameter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Context.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Connection.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Reflection/DiscoveredReflection.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/IReflection.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Caching/Storages/FileJournal.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Caching/Storages/IJournal.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Helpers.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Diagnostics/ConnectionPanel.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/Callback.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/Context.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/User.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/IUserStorage.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/UserStorage.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/security/AdminAuthenticator.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/IAuthenticator.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Strings/STable.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/Permission.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/IAuthorizator.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Security/Diagnostics/UserPanel.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Reflection/Property.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/UI/PresenterComponentReflection.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Http/SessionSection.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Templating/FileTemplate.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Templating/Template.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Templating/ITemplate.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Templating/IFileTemplate.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Orders/WarehouseLogFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Table/Selection.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Table/IRowContainer.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/IRowContainer.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Table/SqlBuilder.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Drivers/MySqlDriver.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/ISupplementalDriver.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/ResultSet.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/SqlPreprocessor.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Table/ActiveRow.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/Table/IRow.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Database/IRow.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Orders/WarehouseLog.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Object.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/IControl.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Orders/WarehouseFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Users/UserFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Orders/WarehouseObject.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Users/UserObject.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/ComponentModel/RecursiveComponentIterator.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Iterators/Filter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/Responses/TextResponse.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/IResponse.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Application/exceptions.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Templating/Helpers.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Engine.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Parser.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Compiler.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Macros/CoreMacros.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Macros/MacroSet.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/IMacro.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Macros/CacheMacro.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Macros/UIMacros.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Macros/FormMacros.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/Token.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/MacroNode.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/MacroTokens.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/TokenIterator.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/Tokenizer.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/PhpWriter.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Latte/HtmlNode.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/common/Framework.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/LimitedScope.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache/_Nette.FileTemplate/_Warehouse.log.latte-e588fa9b01940953ff233e2d2573d420.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Temp/cache/_Nette.FileTemplate/_templates._layout.latte-786cc06341640e451c266fca802e2c51.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Utils/Json.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Products/ProductFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Products/ProductObject.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Products/ProductImageObject.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Users/UserInfoFactory.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Blacklist/models/Users/UserInfoObject.php |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/templates/bluescreen.phtml |
| /Applications/XAMPP/xamppfiles/htdocs/eshop/Libs/nette/nette/Nette/Diagnostics/templates/bluescreen.css |
| Apache Version | Apache/2.4.9 (Unix) PHP/5.5.11 OpenSSL/1.0.1g mod_perl/2.0.8-dev Perl/v5.16.3 |
| Apache API Version | 20120211 |
| Server Administrator | you@example.com |
| Hostname:Port | localhost:0 |
| User/Group | daemon(1)/1 |
| Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
| Timeouts | Connection: 300 - Keep-Alive: 5 |
| Virtual Server | No |
| Server Root | /Applications/XAMPP/xamppfiles |
| Loaded Modules | core mod_so http_core prefork mod_authn_file mod_authn_dbm mod_authn_anon mod_authn_dbd mod_authn_socache mod_authn_core mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_dbm mod_authz_owner mod_authz_dbd mod_authz_core mod_authnz_ldap mod_access_compat mod_auth_basic mod_auth_form mod_auth_digest mod_allowmethods mod_file_cache mod_cache mod_cache_disk mod_socache_shmcb mod_socache_dbm mod_socache_memcache mod_dbd mod_bucketeer mod_dumpio mod_echo mod_case_filter mod_case_filter_in mod_buffer mod_ratelimit mod_reqtimeout mod_ext_filter mod_request mod_include mod_filter mod_substitute mod_sed mod_charset_lite mod_deflate mod_mime util_ldap mod_log_config mod_log_debug mod_logio mod_env mod_mime_magic mod_cern_meta mod_expires mod_headers mod_usertrack mod_unique_id mod_setenvif mod_version mod_remoteip mod_proxy mod_proxy_connect mod_proxy_ftp mod_proxy_http mod_proxy_fcgi mod_proxy_scgi mod_proxy_ajp mod_proxy_balancer mod_proxy_express mod_session mod_session_cookie mod_session_dbd mod_slotmem_shm mod_ssl mod_lbmethod_byrequests mod_lbmethod_bytraffic mod_lbmethod_bybusyness mod_lbmethod_heartbeat mod_unixd mod_dav mod_status mod_autoindex mod_info mod_suexec mod_cgi mod_cgid mod_dav_fs mod_vhost_alias mod_negotiation mod_dir mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_php5 mod_perl |
| Directive | Local Value | Master Value |
|---|---|---|
| engine | 1 | 1 |
| last_modified | 0 | 0 |
| xbithack | 0 | 0 |
| Variable | Value |
|---|---|
| REDIRECT_UNIQUE_ID | U79IO15KwIQAABGNxmoAAAAE |
| REDIRECT_STATUS | 200 |
| UNIQUE_ID | U79IO15KwIQAABGNxmoAAAAE |
| HTTP_HOST | localhost |
| HTTP_CONNECTION | keep-alive |
| HTTP_ACCEPT | */* |
| HTTP_X_REQUESTED_WITH | XMLHttpRequest |
| HTTP_USER_AGENT | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
| HTTP_REFERER | http://localhost/eshop/www/admin/warehouse/log/ |
| HTTP_ACCEPT_ENCODING | gzip,deflate,sdch |
| HTTP_ACCEPT_LANGUAGE | cs-CZ,cs;q=0.8 |
| HTTP_COOKIE | PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i |
| PATH | /sbin:/usr/sbin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin |
| DYLD_LIBRARY_PATH | /Applications/XAMPP/xamppfiles/lib:/Applications/XAMPP/xamppfiles/lib |
| SERVER_SIGNATURE | no value |
| SERVER_SOFTWARE | Apache/2.4.9 (Unix) PHP/5.5.11 OpenSSL/1.0.1g mod_perl/2.0.8-dev Perl/v5.16.3 |
| SERVER_NAME | localhost |
| SERVER_ADDR | ::1 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | ::1 |
| DOCUMENT_ROOT | /Applications/XAMPP/xamppfiles/htdocs |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | no value |
| CONTEXT_DOCUMENT_ROOT | /Applications/XAMPP/xamppfiles/htdocs |
| SERVER_ADMIN | you@example.com |
| SCRIPT_FILENAME | /Applications/XAMPP/xamppfiles/htdocs/eshop/www/index.php |
| REMOTE_PORT | 55857 |
| REDIRECT_QUERY_STRING | state=bazar&index=2&do=changeState |
| REDIRECT_URL | /eshop/www/admin/warehouse/log/ |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | state=bazar&index=2&do=changeState |
| REQUEST_URI | /eshop/www/admin/warehouse/log/?state=bazar&index=2&do=changeState |
| SCRIPT_NAME | /eshop/www/index.php |
| HTTP Request Headers | |
|---|---|
| HTTP Request | GET /eshop/www/admin/warehouse/log/?state=bazar&index=2&do=changeState HTTP/1.1 |
| Host | localhost |
| Connection | keep-alive |
| Accept | */* |
| X-Requested-With | XMLHttpRequest |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
| Referer | http://localhost/eshop/www/admin/warehouse/log/ |
| Accept-Encoding | gzip,deflate,sdch |
| Accept-Language | cs-CZ,cs;q=0.8 |
| Cookie | PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i |
| HTTP Response Headers | |
| X-Powered-By | Nette Framework |
| Expires | Thu, 19 Nov 1981 08:52:00 GMT |
| Cache-Control | no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| Pragma | no-cache |
| Set-Cookie | PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; expires=Fri, 25-Jul-2014 02:13:15 GMT; Max-Age=1209600; path=/; httponly |
| Set-Cookie | nette-browser=ra0cwals5i; path=/; httponly |
| X-Frame-Options | SAMEORIGIN |
| Vary | X-Requested-With |
| BCMath support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| bcmath.scale | 0 | 0 |
| BZip2 Support | Enabled |
| Stream Wrapper support | compress.bzip2:// |
| Stream Filter support | bzip2.decompress, bzip2.compress |
| BZip2 Version | 1.0.6, 6-Sept-2010 |
| Calendar support | enabled |
| PHP Version | 5.5.11 |
| Directive | Local Value | Master Value |
|---|---|---|
| allow_url_fopen | On | On |
| allow_url_include | Off | Off |
| always_populate_raw_post_data | Off | Off |
| arg_separator.input | & | & |
| arg_separator.output | & | & |
| asp_tags | Off | Off |
| auto_append_file | no value | no value |
| auto_globals_jit | On | On |
| auto_prepend_file | no value | no value |
| browscap | no value | no value |
| default_charset | no value | no value |
| default_mimetype | text/html | text/html |
| disable_classes | no value | no value |
| disable_functions | no value | no value |
| display_errors | On | On |
| display_startup_errors | On | On |
| doc_root | no value | no value |
| docref_ext | no value | no value |
| docref_root | no value | no value |
| enable_dl | Off | Off |
| enable_post_data_reading | On | On |
| error_append_string | no value | no value |
| error_log | /Applications/XAMPP/xamppfiles/htdocs/eshop/Log/php_error.log | /Applications/XAMPP/xamppfiles/logs/php_error_log |
| error_prepend_string | no value | no value |
| error_reporting | 0 | 22527 |
| exit_on_timeout | Off | Off |
| expose_php | On | On |
| extension_dir | /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212 | /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212 |
| file_uploads | On | On |
| highlight.comment | #998; font-style: italic | #FF8000 |
| highlight.default | #000 | #0000BB |
| highlight.html | #06B | #000000 |
| highlight.keyword | #D24; font-weight: bold | #007700 |
| highlight.string | #080 | #DD0000 |
| html_errors | Off | On |
| ignore_repeated_errors | Off | Off |
| ignore_repeated_source | Off | Off |
| ignore_user_abort | Off | Off |
| implicit_flush | Off | Off |
| include_path | .:/Applications/XAMPP/xamppfiles/lib/php | .:/Applications/XAMPP/xamppfiles/lib/php |
| log_errors | Off | On |
| log_errors_max_len | 1024 | 1024 |
| mail.add_x_header | On | On |
| mail.force_extra_parameters | no value | no value |
| mail.log | no value | no value |
| max_execution_time | 30 | 30 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| memory_limit | 128M | 128M |
| open_basedir | no value | no value |
| output_buffering | 4096 | 4096 |
| output_handler | no value | no value |
| post_max_size | 128M | 128M |
| precision | 14 | 14 |
| realpath_cache_size | 16K | 16K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | Off | Off |
| report_memleaks | On | On |
| report_zend_debug | On | On |
| request_order | GP | GP |
| sendmail_from | no value | no value |
| sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i |
| serialize_precision | 100 | 100 |
| short_open_tag | On | On |
| SMTP | localhost | localhost |
| smtp_port | 25 | 25 |
| sql.safe_mode | Off | Off |
| sys_temp_dir | no value | no value |
| track_errors | On | On |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 128M | 128M |
| upload_tmp_dir | /Applications/XAMPP/xamppfiles/temp/ | /Applications/XAMPP/xamppfiles/temp/ |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| xmlrpc_error_number | 0 | 0 |
| xmlrpc_errors | Off | Off |
| zend.detect_unicode | On | On |
| zend.enable_gc | On | On |
| zend.multibyte | Off | Off |
| zend.script_encoding | no value | no value |
| ctype functions | enabled |
| cURL support | enabled |
| cURL Information | 7.30.0 |
| Age | 3 |
| Features | |
| AsynchDNS | No |
| CharConv | No |
| Debug | No |
| GSS-Negotiate | No |
| IDN | No |
| IPv6 | Yes |
| krb4 | No |
| Largefile | Yes |
| libz | Yes |
| NTLM | Yes |
| NTLMWB | Yes |
| SPNEGO | No |
| SSL | Yes |
| SSPI | No |
| TLS-SRP | Yes |
| Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp |
| Host | x86_64-apple-darwin10.0.0 |
| SSL Version | OpenSSL/1.0.1g |
| ZLib Version | 1.2.8 |
| date/time support | enabled |
| "Olson" Timezone Database Version | 2014.1 |
| Timezone Database | internal |
| Default timezone | Europe/Prague |
| Directive | Local Value | Master Value |
|---|---|---|
| date.default_latitude | 31.7667 | 31.7667 |
| date.default_longitude | 35.2333 | 35.2333 |
| date.sunrise_zenith | 90.583333 | 90.583333 |
| date.sunset_zenith | 90.583333 | 90.583333 |
| date.timezone | Europe/Berlin | Europe/Berlin |
| DBA support | enabled |
| Supported handlers | gdbm cdb cdb_make inifile flatfile |
| Directive | Local Value | Master Value |
|---|---|---|
| dba.default_handler | flatfile | flatfile |
| DOM/XML | enabled |
| DOM/XML API Version | 20031129 |
| libxml Version | 2.8.0 |
| HTML Support | enabled |
| XPath Support | enabled |
| XPointer Support | enabled |
| Schema Support | enabled |
| RelaxNG Support | enabled |
| Regex Library | Bundled library enabled |
| EXIF Support | enabled |
| EXIF Version | 1.4 $Id$ |
| Supported EXIF Version | 0220 |
| Supported filetypes | JPEG,TIFF |
| Directive | Local Value | Master Value |
|---|---|---|
| exif.decode_jis_intel | JIS | JIS |
| exif.decode_jis_motorola | JIS | JIS |
| exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
| exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
| exif.encode_jis | no value | no value |
| exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
| fileinfo support | enabled |
| version | 1.0.5 |
| Input Validation and Filtering | enabled |
| Revision | $Id: 4d3899e089e6e45b157975ceef2ac7deb6e9d762 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| filter.default | unsafe_raw | unsafe_raw |
| filter.default_flags | no value | no value |
| FTP support | enabled |
| GD Support | enabled |
| GD Version | bundled (2.1.0 compatible) |
| FreeType Support | enabled |
| FreeType Linkage | with freetype |
| FreeType Version | 2.4.8 |
| GIF Read Support | enabled |
| GIF Create Support | enabled |
| JPEG Support | enabled |
| libJPEG Version | 8 |
| PNG Support | enabled |
| libPNG Version | 1.5.9 |
| WBMP Support | enabled |
| XBM Support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| gd.jpeg_ignore_warning | 0 | 0 |
| GetText Support | enabled |
| hash support | enabled |
| Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
| iconv support | enabled |
| iconv implementation | libiconv |
| iconv library version | 1.14 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
| IMAP c-Client Version | 2007e |
| SSL Support | enabled |
| json support | enabled |
| json version | 1.2.1 |
| LDAP Support | enabled |
| RCS Version | $Id$ |
| Total Links | 0/unlimited |
| API Version | 3001 |
| Vendor Name | OpenLDAP |
| Vendor Version | 20421 |
| Directive | Local Value | Master Value |
|---|---|---|
| ldap.max_links | Unlimited | Unlimited |
| libXML support | active |
| libXML Compiled Version | 2.8.0 |
| libXML Loaded Version | 20800 |
| libXML streams | enabled |
| Multibyte Support | enabled |
| Multibyte string engine | libmbfl |
| HTTP input encoding translation | disabled |
| libmbfl version | 1.3.2 |
| mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
|---|
| Multibyte (japanese) regex support | enabled |
| Multibyte regex (oniguruma) backtrack check | On |
| Multibyte regex (oniguruma) version | 5.9.2 |
| Directive | Local Value | Master Value |
|---|---|---|
| mbstring.detect_order | no value | no value |
| mbstring.encoding_translation | Off | Off |
| mbstring.func_overload | 0 | 0 |
| mbstring.http_input | pass | pass |
| mbstring.http_output | pass | pass |
| mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
| mbstring.internal_encoding | no value | no value |
| mbstring.language | neutral | neutral |
| mbstring.strict_detection | Off | Off |
| mbstring.substitute_character | no value | no value |
| mcrypt support | enabled |
|---|---|
| mcrypt_filter support | enabled |
| Version | 2.5.8 |
| Api No | 20021217 |
| Supported ciphers | cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes |
| Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
| Directive | Local Value | Master Value |
|---|---|---|
| mcrypt.algorithms_dir | no value | no value |
| mcrypt.modes_dir | no value | no value |
| MHASH support | Enabled |
| MHASH API Version | Emulated Support |
| MSSQL Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| Library version | FreeTDS |
| Directive | Local Value | Master Value |
|---|---|---|
| mssql.allow_persistent | On | On |
| mssql.batchsize | 0 | 0 |
| mssql.charset | no value | no value |
| mssql.compatability_mode | Off | Off |
| mssql.compatibility_mode | Off | Off |
| mssql.connect_timeout | 5 | 5 |
| mssql.datetimeconvert | On | On |
| mssql.max_links | Unlimited | Unlimited |
| mssql.max_persistent | Unlimited | Unlimited |
| mssql.max_procs | Unlimited | Unlimited |
| mssql.min_error_severity | 10 | 10 |
| mssql.min_message_severity | 10 | 10 |
| mssql.secure_connection | Off | Off |
| mssql.textlimit | Server default | Server default |
| mssql.textsize | Server default | Server default |
| mssql.timeout | 60 | 60 |
| MySQL Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| mysql.allow_local_infile | On | On |
| mysql.allow_persistent | On | On |
| mysql.connect_timeout | 60 | 60 |
| mysql.default_host | no value | no value |
| mysql.default_password | no value | no value |
| mysql.default_port | no value | no value |
| mysql.default_socket | /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock | /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock |
| mysql.default_user | no value | no value |
| mysql.max_links | Unlimited | Unlimited |
| mysql.max_persistent | Unlimited | Unlimited |
| mysql.trace_mode | Off | Off |
| MysqlI Support | enabled |
|---|---|
| Client API library version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Active Persistent Links | 0 |
| Inactive Persistent Links | 0 |
| Active Links | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| mysqli.allow_local_infile | On | On |
| mysqli.allow_persistent | On | On |
| mysqli.default_host | no value | no value |
| mysqli.default_port | 3306 | 3306 |
| mysqli.default_pw | no value | no value |
| mysqli.default_socket | /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock | /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock |
| mysqli.default_user | no value | no value |
| mysqli.max_links | Unlimited | Unlimited |
| mysqli.max_persistent | Unlimited | Unlimited |
| mysqli.reconnect | Off | Off |
| mysqlnd | enabled |
|---|---|
| Version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Compression | supported |
| core SSL | supported |
| extended SSL | supported |
| Command buffer size | 4096 |
| Read buffer size | 32768 |
| Read timeout | 31536000 |
| Collecting statistics | Yes |
| Collecting memory statistics | Yes |
| Tracing | n/a |
| Loaded plugins | mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password |
| API Extensions | mysqli,mysql,pdo_mysql |
| mysqlnd statistics | |
|---|---|
| bytes_sent | 590908 |
| bytes_received | 3770076 |
| packets_sent | 14182 |
| packets_received | 62538 |
| protocol_overhead_in | 250152 |
| protocol_overhead_out | 56728 |
| bytes_received_ok_packet | 0 |
| bytes_received_eof_packet | 0 |
| bytes_received_rset_header_packet | 61416 |
| bytes_received_rset_field_meta_packet | 0 |
| bytes_received_rset_row_packet | 35930 |
| bytes_received_prepare_response_packet | 2288946 |
| bytes_received_change_user_packet | 1342523 |
| packets_sent_command | 7012 |
| packets_received_ok | 0 |
| packets_received_eof | 0 |
| packets_received_rset_header | 6824 |
| packets_received_rset_field_meta | 0 |
| packets_received_rset_row | 6924 |
| packets_received_prepare_response | 38296 |
| packets_received_change_user | 10326 |
| result_set_queries | 6824 |
| non_result_set_queries | 86 |
| no_index_used | 4730 |
| bad_index_used | 0 |
| slow_queries | 0 |
| buffered_sets | 6824 |
| unbuffered_sets | 0 |
| ps_buffered_sets | 0 |
| ps_unbuffered_sets | 0 |
| flushed_normal_sets | 0 |
| flushed_ps_sets | 0 |
| ps_prepared_never_executed | 0 |
| ps_prepared_once_executed | 0 |
| rows_fetched_from_server_normal | 3502 |
| rows_fetched_from_server_ps | 0 |
| rows_buffered_from_client_normal | 3502 |
| rows_buffered_from_client_ps | 0 |
| rows_fetched_from_client_normal_buffered | 3501 |
| rows_fetched_from_client_normal_unbuffered | 0 |
| rows_fetched_from_client_ps_buffered | 0 |
| rows_fetched_from_client_ps_unbuffered | 0 |
| rows_fetched_from_client_ps_cursor | 0 |
| rows_affected_normal | 6 |
| rows_affected_ps | 0 |
| rows_skipped_normal | 3502 |
| rows_skipped_ps | 0 |
| copy_on_write_saved | 36583 |
| copy_on_write_performed | 538 |
| command_buffer_too_small | 0 |
| connect_success | 79 |
| connect_failure | 0 |
| connection_reused | 0 |
| reconnect | 0 |
| pconnect_success | 16 |
| active_connections | 18446744073709551539 |
| active_persistent_connections | 18446744073709551600 |
| explicit_close | 78 |
| implicit_close | 0 |
| disconnect_close | 0 |
| in_middle_of_command_close | 0 |
| explicit_free_result | 6824 |
| implicit_free_result | 0 |
| explicit_stmt_close | 0 |
| implicit_stmt_close | 0 |
| mem_emalloc_count | 47472 |
| mem_emalloc_amount | 2180408 |
| mem_ecalloc_count | 75844 |
| mem_ecalloc_amount | 25223536 |
| mem_erealloc_count | 5320 |
| mem_erealloc_amount | 41648 |
| mem_efree_count | 123947 |
| mem_efree_amount | 27379249 |
| mem_malloc_count | 20952 |
| mem_malloc_amount | 110139803 |
| mem_calloc_count | 7132 |
| mem_calloc_amount | 282112 |
| mem_realloc_count | 0 |
| mem_realloc_amount | 0 |
| mem_free_count | 28253 |
| mem_free_amount | 110425377 |
| mem_estrndup_count | 192 |
| mem_strndup_count | 59 |
| mem_estndup_count | 457 |
| mem_strdup_count | 110 |
| proto_text_fetched_null | 0 |
| proto_text_fetched_bit | 0 |
| proto_text_fetched_tinyint | 453 |
| proto_text_fetched_short | 0 |
| proto_text_fetched_int24 | 0 |
| proto_text_fetched_int | 8090 |
| proto_text_fetched_bigint | 2895 |
| proto_text_fetched_decimal | 0 |
| proto_text_fetched_float | 0 |
| proto_text_fetched_double | 567 |
| proto_text_fetched_date | 0 |
| proto_text_fetched_year | 0 |
| proto_text_fetched_time | 0 |
| proto_text_fetched_datetime | 8 |
| proto_text_fetched_timestamp | 937 |
| proto_text_fetched_string | 16144 |
| proto_text_fetched_blob | 1486 |
| proto_text_fetched_enum | 0 |
| proto_text_fetched_set | 0 |
| proto_text_fetched_geometry | 0 |
| proto_text_fetched_other | 0 |
| proto_binary_fetched_null | 0 |
| proto_binary_fetched_bit | 0 |
| proto_binary_fetched_tinyint | 0 |
| proto_binary_fetched_short | 0 |
| proto_binary_fetched_int24 | 0 |
| proto_binary_fetched_int | 0 |
| proto_binary_fetched_bigint | 0 |
| proto_binary_fetched_decimal | 0 |
| proto_binary_fetched_float | 0 |
| proto_binary_fetched_double | 0 |
| proto_binary_fetched_date | 0 |
| proto_binary_fetched_year | 0 |
| proto_binary_fetched_time | 0 |
| proto_binary_fetched_datetime | 0 |
| proto_binary_fetched_timestamp | 0 |
| proto_binary_fetched_string | 0 |
| proto_binary_fetched_blob | 0 |
| proto_binary_fetched_enum | 0 |
| proto_binary_fetched_set | 0 |
| proto_binary_fetched_geometry | 0 |
| proto_binary_fetched_other | 0 |
| init_command_executed_count | 0 |
| init_command_failed_count | 0 |
| com_quit | 78 |
| com_init_db | 10 |
| com_query | 6924 |
| com_field_list | 0 |
| com_create_db | 0 |
| com_drop_db | 0 |
| com_refresh | 0 |
| com_shutdown | 0 |
| com_statistics | 0 |
| com_process_info | 0 |
| com_connect | 0 |
| com_process_kill | 0 |
| com_debug | 0 |
| com_ping | 0 |
| com_time | 0 |
| com_delayed_insert | 0 |
| com_change_user | 0 |
| com_binlog_dump | 0 |
| com_table_dump | 0 |
| com_connect_out | 0 |
| com_register_slave | 0 |
| com_stmt_prepare | 0 |
| com_stmt_execute | 0 |
| com_stmt_send_long_data | 0 |
| com_stmt_close | 0 |
| com_stmt_reset | 0 |
| com_stmt_set_option | 0 |
| com_stmt_fetch | 0 |
| com_deamon | 0 |
| bytes_received_real_data_normal | 1263407 |
| bytes_received_real_data_ps | 0 |
| OpenSSL support | enabled |
| OpenSSL Library Version | OpenSSL 1.0.1g 7 Apr 2014 |
| OpenSSL Header Version | OpenSSL 1.0.1g 7 Apr 2014 |
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.34 2013-12-15 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, pgsql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| pdo_mysql.default_socket | /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock | /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock |
| PDO Driver for PostgreSQL | enabled |
|---|---|
| PostgreSQL(libpq) Version | 9.2.4 |
| Module version | 1.0.2 |
| Revision | $Id$ |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.8.3.1 |
| Phar: PHP Archive support | enabled |
|---|---|
| Phar EXT version | 2.0.2 |
| Phar API version | 1.1.1 |
| SVN revision | $Id: a5488937a80433d434af6753d3db8517feaf91df $ |
| Phar-based phar archives | enabled |
| Tar-based phar archives | enabled |
| ZIP-based phar archives | enabled |
| gzip compression | enabled |
| bzip2 compression | enabled |
| OpenSSL support | enabled |
|
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
| Directive | Local Value | Master Value |
|---|---|---|
| phar.cache_list | no value | no value |
| phar.readonly | On | On |
| phar.require_hash | On | On |
| Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
| Reflection | enabled |
|---|---|
| Version | $Id: 31d836a7ac92a37b5c580836d91ad4736fe2f376 $ |
| Session Support | enabled |
| Registered save handlers | files user |
| Registered serializer handlers | php_serialize php php_binary wddx |
| Directive | Local Value | Master Value |
|---|---|---|
| session.auto_start | Off | Off |
| session.cache_expire | 180 | 180 |
| session.cache_limiter | nocache | nocache |
| session.cookie_domain | no value | no value |
| session.cookie_httponly | On | Off |
| session.cookie_lifetime | 1209600 | 0 |
| session.cookie_path | / | / |
| session.cookie_secure | Off | Off |
| session.entropy_file | no value | no value |
| session.entropy_length | 0 | 0 |
| session.gc_divisor | 1000 | 1000 |
| session.gc_maxlifetime | 1209600 | 1440 |
| session.gc_probability | 1 | 1 |
| session.hash_bits_per_character | 5 | 5 |
| session.hash_function | 0 | 0 |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | /Applications/XAMPP/xamppfiles/temp/ | /Applications/XAMPP/xamppfiles/temp/ |
| session.serialize_handler | php | php |
| session.upload_progress.cleanup | On | On |
| session.upload_progress.enabled | On | On |
| session.upload_progress.freq | 1% | 1% |
| session.upload_progress.min_freq | 1 | 1 |
| session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
| session.upload_progress.prefix | upload_progress_ | upload_progress_ |
| session.use_cookies | On | On |
| session.use_only_cookies | On | On |
| session.use_strict_mode | Off | Off |
| session.use_trans_sid | 0 | 0 |
| shmop support | enabled |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 363ea1fc44b0b7775e2ec3ce8456530fec6d1660 $ |
| Schema support | enabled |
| Soap Client | enabled |
| Soap Server | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| soap.wsdl_cache | 1 | 1 |
| soap.wsdl_cache_dir | /tmp | /tmp |
| soap.wsdl_cache_enabled | 1 | 1 |
| soap.wsdl_cache_limit | 5 | 5 |
| soap.wsdl_cache_ttl | 86400 | 86400 |
| Sockets Support | enabled |
| SPL support | enabled |
|---|---|
| Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
| Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
| SQLite3 support | enabled |
|---|---|
| SQLite3 module version | 0.7-dev |
| SQLite Library | 3.8.3.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.extension_dir | no value | no value |
| Dynamic Library Support | enabled |
| Path to sendmail | /usr/sbin/sendmail -t -i |
| Directive | Local Value | Master Value |
|---|---|---|
| assert.active | 1 | 1 |
| assert.bail | 0 | 0 |
| assert.callback | no value | no value |
| assert.quiet_eval | 0 | 0 |
| assert.warning | 1 | 1 |
| auto_detect_line_endings | 0 | 0 |
| default_socket_timeout | 60 | 60 |
| from | no value | no value |
| url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | no value | no value |
| Sybase_CT Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| Min server severity | 10 |
| Min client severity | 10 |
| Application Name | PHP 5.5.11 |
| Deadlock retry count | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| sybct.allow_persistent | On | On |
| sybct.deadlock_retry_count | 0 | 0 |
| sybct.hostname | no value | no value |
| sybct.login_timeout | -1 | -1 |
| sybct.max_links | Unlimited | Unlimited |
| sybct.max_persistent | Unlimited | Unlimited |
| sybct.min_client_severity | 10 | 10 |
| sybct.min_server_severity | 10 | 10 |
| Tokenizer Support | enabled |
| WDDX Support | enabled |
|---|---|
| WDDX Session Serializer | enabled |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.8.0 |
| XMLReader | enabled |
| XMLWriter | enabled |
| XSL | enabled |
| libxslt Version | 1.1.28 |
| libxslt compiled against libxml Version | 2.8.0 |
| EXSLT | enabled |
| libexslt Version | 1.1.28 |
| Zip | enabled |
| Extension Version | $Id: 05dd1ecc211075107543b0ef8cee488dd229fccf $ |
| Zip version | 1.11.0 |
| Libzip version | 0.10.1 |
| ZLib Support | enabled |
|---|---|
| Stream Wrapper | compress.zlib:// |
| Stream Filter | zlib.inflate, zlib.deflate |
| Compiled Version | 1.2.8 |
| Linked Version | 1.2.8 |
| Directive | Local Value | Master Value |
|---|---|---|
| zlib.output_compression | Off | Off |
| zlib.output_compression_level | -1 | -1 |
| zlib.output_handler | no value | no value |
| Module Name |
|---|
| sysvsem |
| sysvshm |
| Host | localhost |
|---|---|
| Connection | keep-alive |
| Accept | */* |
| X-Requested-With | XMLHttpRequest |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
| Referer | http://localhost/eshop/www/admin/warehouse/log/ |
| Accept-Encoding | gzip,deflate,sdch |
| Accept-Language | cs-CZ,cs;q=0.8 |
| Cookie | PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; nette-browser=ra0cwals5i |
| state | "bazar" (5)
|
|---|---|
| index | "2"
|
| do | "changeState" (11)
|
empty
| PHPSESSID | "b0bika5op4tuq80kbaa90vg1j5" (26)
|
|---|---|
| nette-browser | "ra0cwals5i" (10)
|
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=b0bika5op4tuq80kbaa90vg1j5; expires=Fri, 25-Jul-2014 02:13:15 GMT; Max-Age=1209600; path=/; httponly
Set-Cookie: nette-browser=ra0cwals5i; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With